# Cross-Site Scripting (XSS)

## Types

- Reflected
- Stored
- DOM-based

## Payloads

```html
<script>
  alert(1);
</script>
```
